InvalidParentException Exception
Notes
You tried to get the parent of a control using the Parent property of the Control class, but its parent is in a different window. The parent control must be in the same window as the control or the parent is the containing window, not another control.
See Also
Parent property of the Control class; Exception, Try blocks; RuntimeException class.